home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Extract the manual to a disk on B: █░░
- echo █ █░░
- echo █ If your system has only drive A: and C:, you can █░░
- echo █ still use this option! Press Control C to stop █░░
- echo █ this procedure. Log on to your C drive and issue █░░
- echo █ this command: █░░
- echo █ █░░
- echo █ ASSIGN B=C █░░
- echo █ █░░
- echo █ The assign command tells the computer to substitute █░░
- echo █ C: when it is told B:. This is a standard DOS █░░
- echo █ command. If it is not on your hard disk, it is █░░
- echo █ available from your DOS floppy. █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- cls
- pkunzip -x PCLOAN5.ZIP b: manual.doc
- if not exist b:manual.doc goto crash
- cls
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Install the manual file on disk B: █░░
- echo █ █░░
- echo █ █░░
- echo █ The installation process is complete. █░░
- echo █ █░░
- echo █ The name of the file is MANUAL.DOC. It is a standard █░░
- echo █ ASCII text file. It is formatted for 8 1/2 x 11 █░░
- echo █ inch pages. It can be printed with the DOS print █░░
- echo █ command, (print manual.doc), or the DOS COPY command █░░
- echo █ (copy manual.doc prn:) █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- goto end
- :crash
- echo .
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ █░░
- echo █ The installation process failed. █░░
- echo █ █░░
- echo █ The most likely cause of failure is insufficient █░░
- echo █ free space on the destination disk. Be sure you █░░
- echo █ have at least 200k free space on the destination █░░
- echo █ disk and then try again. █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
-
- :end
-
-